projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c4e46
)
infobar: Add property annotations
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 24 Feb 2021 04:14:35 +0000
(23:14 -0500)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:32 +0000
(16:37 +0000)
Connect properties, getters, and setters with annotations.
gtk/gtkinfobar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkinfobar.c
b/gtk/gtkinfobar.c
index 7ecd342593f38a2d4fbde2e770c0b3b4826033dc..05ad893e1890545f82cfa6ab9ace079a77e9c6a1 100644
(file)
--- a/
gtk/gtkinfobar.c
+++ b/
gtk/gtkinfobar.c
@@
-48,10
+48,7
@@
#include "gtkgestureclick.h"
/**
- * SECTION:gtkinfobar
- * @short_description: Report important messages to the user
- * @include: gtk/gtk.h
- * @see_also: #GtkStatusbar, #GtkMessageDialog
+ * GtkInfoBar:
*
* `GtkInfoBar` is a widget that can be used to show messages to
* the user without showing a dialog.